﻿


body {
    /*background-color: #f8f8f8;*/
}

a {
    color: #333;
}

    a:hover {
        color: #0B49A2;
    }

section {
    padding-top: 40px;
    padding-bottom: 60px;
}

section.location {
    padding-top: 40px;
    padding-bottom:0;
    margin-bottom:-40px;
}

@media (max-width: 767px) {
    section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section.location {
    padding-top: 10px;
    padding-bottom:0;
    margin-bottom:-10px;
}
}

section h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-goba2 {
    color: #FF7404;
}

.c-goba {
    color: #FF7404;
}

.c-gobablue {
    color: #0B49A2;
}

.c-gobaf {
    color: #999;
}

.bg-goba {
    background-color: #FF7404;
}

.bg-goba2 {
    background-color: #0B49A2;
}

.bg-hui {
    background-color: #f3f2f2;
}

.btn-gobafree {
    color: #fff;
    background-color: #0B49A2;
    border-color: #0B49A2;
}


.btn-gobamore {
    color: #fff;
    background-color: #0B49A2;
    border-color: #0B49A2;
}

    .btn-gobafree:hover,.btn-gobamore:hover, .btn-warning:focus, .btn-warning:active, .active.btn-warning {
        color: #fff;
        background-color: #0A3F8F;
        border-color: #0A3F8F;
    }

.parting-line {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.header {
    background-color: #0B49A2;
}

.sect-sp {
    background-color: #f7f7f7;
}

.current {
    font-size: 14px;
    line-height: 30px;
}

.banner-page {
    margin-top: 70px;
    width: 100%;
    height: 420px;
    background: url('../images/banner/7.jpg') no-repeat center bottom;
}

.banner {
    margin-top: 100px;
    width: 100%;
    height: 420px;
}

.navbar {
    position: relative;
    z-index: 1030;
    height: 100px;
}

.navbar-black {
    background-color: #222;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.navtop {

    border-bottom:solid #ddd 1px;
    background-color:#f3f2f2;
    line-height: 28px; font-size: 14px;
}

/*logo*/
.logo {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding-right:20px;
}

a.logo:hover {
    text-decoration: none;
}

.branch {
    float: left;    
    padding-left: 10px;
    padding-right: 10px;
}

.currcity {
    font-size: 14px;
    text-decoration: none;
}

.cityland {
    position: absolute;
    top: 29px;
    left: 10px;
    width: 420px;
    background-color: #fff;
    padding: 15px 15px;
    display: none;
    border: solid 1px #ddd;
    border-radius:15px;
    z-index:10;
}

    .cityland ul li {
        font-size: 14px;
        text-decoration: none;
        line-height:30px;
        padding-left:5px;
        padding-right:5px;
    }



.navbar .logo {
    height: 70px;
    line-height: 70px;
    margin-right: 0px;
    float: left;
}

.navbar-logo, .navbar-logo-m {
    font-size: 16px;
}

.navbar-slogan {
    font-size: 12px;
    cursor: default;
}

.navbar .container {
    position: relative;
}

.navbar-userbar {
    position: absolute;
    top: 0px;
    right: 15px;
}

.navbar .container .navbar-userbar {
    right: 0px;
}

/*导航*/
@media (min-width: 767px) {
    .nav {
        z-index: 1;
        overflow: hidden;
        height: 65px;
        padding-top: 5px;
    }

        .nav > ul {
            font-size: 0;
            line-height: 0;
        }

            .nav > ul > li {
                position: inherit;
                padding: 0 5px;
            }

                .nav > ul > li, .nav > ul > li > a {
                    display: inline-block;
                    height: 60px;
                    line-height: 60px;
                    text-align: center;
                    font-size: 16px;
                }

                    .nav > ul > li > a {
                        padding: 0 4px;
                    }

                        .nav > ul > li > a:hover, .nav > ul > li.current > a {
                            color: #0B49A2;
                            border-bottom: solid 3px #0B49A2;
                        }
}

@media (max-width: 767px) {
    .navbar .logo {
        margin-right: 0;
        margin-left: -10px;
        height: 70px;
        line-height: 70px !important;
    }

    .navbar-nav {
        display: none;
        margin: 0 -15px;
        position: absolute;
        top: 70px;
        width: 100%;
    }

        .navbar-nav > ul {
            width: 100%;
            background-color: #0B49A2;
        }

            .navbar-nav > ul > li {
                width: 100%;
                text-align: center;
                padding: 0;
                border-bottom: solid 1px #3C6DB5;
            }

                .navbar-nav > ul > li > a {
                    text-align: center;
                    color: #fff;
                }

    .nav-toggle:hover, a.nav-toggle:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav-toggle, a.nav-toggle {
        position: absolute;
        top: 15px;
        right: 5px;
        font-size: 20px;
        color: #999;
        padding: 6px 11px;
        background-color: #0B49A2;
        color: #fff;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .nav-tel:hover, a.nav-tel:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav-tel, a.nav-tel {
        position: absolute;
        top: 15px;
        right: 52px;
        font-size: 20px;
        color: #999;
        padding: 6px 11px;
        background-color: #FF7404;
        color: #fff;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
}

.banner-mobile {
    margin-top: 70px;
}

.slider {
    margin-top: 100px;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

    .slider .bd li {
        height: 420px;
    }

    .slider .prev {
        z-index: 10;
        position: absolute;
        filter: alpha(opacity=50);
        margin-top: -30px;
        width: 40px;
        display: none;
        background: url(../images/slider-arrow.png) #000 no-repeat -125px 50%;
        height: 60px;
        top: 50%;
        cursor: pointer;
        left: 10px;
        opacity: .5;
    }

    .slider .next {
        z-index: 10;
        position: absolute;
        filter: alpha(opacity=50);
        margin-top: -30px;
        width: 40px;
        display: none;
        background: url(../images/slider-arrow.png) #000 no-repeat -5px 50%;
        height: 60px;
        top: 50%;
        cursor: pointer;
        right: 10px;
        opacity: .5;
    }

    .slider .hd {
        bottom: 25px;
    }

/*滚动*/
.rollpic {
    margin: 0 auto;
    max-height: 190px;
    overflow: hidden;
}

    .rollpic .prev, .rollpic .next {
        margin-top: 50px;
    }

.rollpic-pc {
    margin: 0 auto;
    width: 1216px;
}

.rollpic-m {
    margin: 0 auto;
    width: 366px;
}

.rollpc {
    width: 1120px;
}

.rollmobile {
    width: 280px;
}

.rollpicshow {
    float: left;
    border: 0;
    width: 280px;
}

    .rollpicshow li {
        padding: 10px;
    }

    .rollpicshow li {
        width: 120px;
        height: 160px;
    }

        .rollpicshow li img {
            width: 120px;
            height: 120px;
        }

/*公司简介*/
.about-list-index .stitem {
    min-height: 160px;
}

.about-list-index .item {
    text-align: center;
    border-radius: 20%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

    .about-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .about-list-index .item i {
        font-size: 50px;
        text-align: center;
        line-height: 80px;
    }

.about-list-index {
    padding: 20px 0;
    text-align: center;
}

.about-content {
    line-height: 26px;
    font-size: 16px;
}

/*
.c-goba-1 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-2 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-3 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-4 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-5 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}
*/


.c-goba-1 {
    border: 1px solid #02D09C;
    background-color: #02D09C;
    color: #fff;
}

.c-goba-2 {
    border: 1px solid #F5C816;
    background-color: #F5C816;
    color: #fff;
}

.c-goba-3 {
    border: 1px solid #FF7404;
    background-color: #FF7404;
    color: #fff;
}

.c-goba-4 {
    border: 1px solid #5eb95e;
    background-color: #5eb95e;
    color: #fff;
}

.c-goba-5 {
    border: 1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

@media (max-width: 767px) {
    .about-list-index .stitem {
        min-height: 130px;
    }

    .about-list-index .item {
        text-align: center;
        border-radius: 20%;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

        .about-list-index .item i {
            font-size: 36px;
            text-align: center;
            line-height: 60px;
        }
}

/*成功案例*/
.bg-case {
    background-color: #f8f8f8;
    background-image: linear-gradient(-54deg, #f8f8f8 0%, #fff 100%);
}

.case-list-index {
}

    .case-list-index .caption {
        background-color: #0B49A2;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
    }

    .case-list-index li {
        font-size: 16px;
        color: #666;
        line-height: 40px;
        padding: 0 10px;
    }


        .case-list-index li a {
            font-size: 16px;
            color: #666;
        }


.b-r-line {
    border-right: 1px solid #ddd;
}

    .b-r-line:nth-child(2n) {
        /*偶数行*/
        border-right: none;
    }

.case-list-index .more {
    margin-bottom: 10px;
}

.case-list-index .u2list li {
    margin-left: 0px;
}

@media (max-width: 767px) {
    .b-r-line {
        border-right: none;
    }
}


/*服务流程*/
.service_bg {
    width: 100%;
    height: 400px;
    background: url(../images/bgxiangmu.jpg) center center no-repeat;
    padding-top: 60px;
    box-sizing: border-box;
    color: white;
}

.service-list-index .flitem {
    width: 14.28%;
    float: left;
}

.service-list-index .item {
    text-align: center;
    padding: 5px;
}

    .service-list-index .item i {
        font-size: 60px;
        line-height: 80px;
        color: #FFF;
    }

@media (max-width: 767px) {
    .service_bg {
        width: 100%;
        height: auto;
        background: url(../images/bgxiangmu.jpg) center center no-repeat;
        box-sizing: border-box;
        color: white;
        padding-bottom: 50px;
    }

    .service-list-index .item {
        text-align: center;
        padding: 0;
        margin: 0 -10px;
    }

        .service-list-index .item i {
            font-size: 30px;
            line-height: 40px;
            color: #FFF;
        }


        .service-list-index .item span {
            font-size: 12px;
            line-height: 20px;
            color: #FFF;
        }
}


/*合作名企*/
.partner-list-index .item {
    text-align: center;
    padding: 5px;
    margin-top: 30px;
}

    .partner-list-index .item img {
        width: 100%;
        max-width: 160px;
        max-height: 68px;
    }

    .partner-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .partner-list-index .item a {
        text-decoration: none;
    }

        .partner-list-index .item a:hover {
            text-decoration: none;
        }

.partner-list-index {
}

/*服务网络*/
.citylist li {
    margin-bottom: 10px;
    font-size: 14px;
}

/*公司荣誉*/
.product-list-index .item {
    text-align: center;
    padding: 5px;
    border: solid 1px #eee;
    margin-top: 20px;
    font-size: 16px;
    height: 250px;
}

    .product-list-index .item img {
        width: 100%;
    }

    .product-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .product-list-index .item a {
        text-decoration: none;
    }

        .product-list-index .item a:hover {
            text-decoration: none;
        }



@media (max-width: 767px) {
    .product-list-index h1 {
        font-size: 30px;
        margin: 40px 0 20px;
    }

    .product-list-index .item h3 {
        font-size: 22px;
    }

    .product-list-index .item {
        float: none;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        height: 145px;
    }

    .honourtitle {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .product-list-index .item {
    }
}

/*资讯*/


.news-list-index .item {
    text-align: center;
    border: solid 1px #eee;
    margin-top: 30px;
    height: 500px;
}

.news-list-index .caption {
    background-color: #0B49A2;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.news-list-index .item ul {
    width: 100%;
    margin: 0 auto;
}

    .news-list-index .item ul li {
        text-align: left;
        line-height: 30px;
        font-size: 16px;
        padding: 0 10px;
    }

    .news-list-index .item ul .first {
        border-bottom: 1px solid #ddd;
        padding-top: 10px;
    }


        .news-list-index .item ul .first .newsimg {
            text-align: center;
            overflow: hidden;
        }

            .news-list-index .item ul .first .newsimg img {
                width: 100%;
                max-height: 150px;
                vertical-align: middle;
            }

        .news-list-index .item ul .first .newstitle {
            text-align: left;
            color: #0B49A2;
            font-weight: bold;
            font-size: 16px;
            line-height: 40px;
        }

.news-list-index .item a {
    text-decoration: none;
}

    .news-list-index .item a:hover {
        text-decoration: none;
    }



.righter {
    position: fixed;
    bottom: 10px;
    right: 2px;
    margin-top: 40px;
    z-index: 10;
}

    .righter li {
        position: relative;
        cursor: pointer;
        width: 70px;
        height: 70px;
        text-align: center;
        color: #fff;
        background-color: #666;
        margin-bottom: 2px;
        padding-bottom: 5px;
    }

        .righter li:hover {
            color: #fff;
            background-color: #0B49A2;
        }



    .righter .csonline {
        background-color: #FF7404;
        color: #fff;
    }


    .righter .qqonline {
        color: #fff;
        background-color: #0B49A2;
    }

    .righter .telback {
        background-color: #3bb4f2;
        color: #fff;
    }

    .righter .weixin {
        background-color: #3DCD4D;
        color: #fff;
    }

    .righter .backtop {
        background-color: #666;
        color: #fff;
    }


    .righter .righter_sub {
        display: none;
        position: absolute;
        top: 0;
        right: 70px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .righter .web_call {
        width: 220px;
        color: #000;
        padding: 10px;
    }

    .righter .web_call_input {
        border: 1px solid #0092DF;
        width: 120px;
        height: 26px;
        padding-left: 5px;
    }

    .righter .web_call_btn {
        display: inline;
        color: #fff;
        background-color: #0B49A2;
        line-height: 26px;
        padding: 5px;
    }


.bottomer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: #666;
    padding: 5px 0;
    opacity: 0.9;
    filter: alpha(opacity=40);
}

    .bottomer .item {
        text-align: center;
        color: #fff;
    }

        .bottomer .item i {
            line-height: 18px;
            font-size: 18px;
        }

        .bottomer .item span {
            font-size: 12px;
            line-height: 14px;
        }

        .bottomer .item:hover {
            color: #fff;
        }


    .bottomer .web_call {
        width: 100%;
        color: #F5C816;
        text-align: center;
        display: none;
        padding: 10px 0;
        font-size: 12px;
    }

    .bottomer .web_call_input {
        border: 1px solid #0092DF;
        width: 140px;
        height: 26px;
        padding-left: 5px;
    }

    .bottomer .web_call_btn {
        display: inline;
        color: #fff;
        background-color: #0B49A2;
        line-height: 26px;
        padding: 5px;
    }


.bg1 {
    background: url('../images/bg1.jpg') no-repeat #fff center center;
    color: #fff;
}

.bg2 {
    background: url('../images/bg2.jpg') #E1E1E1 top center;
    color: #ff6a00;
}

.bg3 {
    background-color: #fff;
}

.link-list {
    margin: 0;
    padding: 0;
}

    .link-list li {
        float: left;
        font-size: 14px;
        color: #333;
        margin-right: 15px;
        line-height: 25px;
        margin-top: 12px;
    }


.footer {
    padding: 50px 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    background-color: #30343E;
}

    .footer a, .footer a:hover {
        color: #fff;
    }
